html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
a,
audio,
article,
aside,
section,
header,
button,
ol,
ul,
li,
dl,
dt,
dd,
span,
nav,
span,
strong,
em,
input {
	/*box-sizing: border-box;*/
	margin: 0;
	padding: 0;
	/*-webkit-user-select: none;*/
	font-weight: normal;
	font-family: "PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
	color: #2D2D33;
	/*-webkit-tap-highlight-color:rgba(255,255,255,0);*/
}
input::-webkit-input-placeholder{
	color:#9ea4af;
	font-weight: normal;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#9ea4af;
	font-weight: normal;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#9ea4af;
	font-weight: normal;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
	color:#9ea4af;
	font-weight: normal;
}

input,
textarea {
	-webkit-user-select: initial;
	outline: none;
	border: 0;
}

ul,
li,
dl,
dt,
dd,
ol {
	list-style: none;
}

em,
i {
	font-style: normal;
}

a {
	text-decoration: none;
	color: #6A6A77;
	/*-webkit-tap-highlight-color:rgba(255,255,255,0);*/
}
pre {
	white-space: pre-wrap;
	margin: 0;
	font-family: "Microsoft YaHei";
}
img {
	border: none;
	outline: none;
}
/*img{display: inline-block;-webkit-touch-callout: none;}*/

.clearfix {
	zoom: 1;
	clear: both;
}

.clearfix:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.grayBg {
	background: #f3f3f3;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt100 {
	margin-top: 100px;
}
.hide {
	display: none !important;
}
.noBg {
	background: none !important;
}
/*头部样式*/
#pageHead {
	width: 100%;
	min-width: 1024px;
	height: 136px;
}
#pageHead .top {
	height: 36px;
	background: #4a4a53;
}
#pageHead .top .inner {
	width: 1024px;
	height: 36px;
	margin: 0 auto;
}

#pageHead .top a {
	line-height: 36px;
	font-size: 12px;
	color: #fff;
	margin-right: 28px;
	cursor: pointer;
}
#pageHead .top a.act {
	background: #3A6AFF;
	height: 24px;
	border-radius: 12px;
	padding: 4px 10px;
}

#pageHead .top .loginInfo {
	height: 36px;
	float: right;
}

#pageHead .top .loginInfo .downloadBtn {
	width: 78px;
	height: 40px;
	float: right;
	background: #567bef;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}

#pageHead .logo-search {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background: #FFFFFF;
	box-shadow: 0 1px 5px 0 rgba(158,164,175,0.31);
}
#pageHead .logo-search .inner {
	width: 1024px;
	height: 100px;
	margin: 0 auto;
}
#pageHead .logo-search .logo {
	float: left;
	margin: 34px 0;
	cursor: pointer;
}
#pageHead .logo-search .logo img {
	display: inline-block;
}
#pageHead .logo-search .logo .logoPre {
	width: 83px;
}
#pageHead .logo-search .logo .logoExt {
	width: 96px;
}

#pageHead .logo-search .logo p {
	width: 71px;
	height: 36px;
	font-size: 24px;
	color: #FFFFFF;
	background: #3B6AFB;
	text-align: center;
	line-height: 36px;
	display: inline-block;
	vertical-align: top;
	border-radius: 2px;
	margin-left: 5px;
}
/*搜索框*/
#pageHead .logo-search .searchBox {
	float: right;
	margin: 33px 0;
	position: relative;
}
#searchInp {
	width: 414px;
	height: 36px;
	line-height: 36px;
	padding-left: 12px;
	border: 1px solid #dedede;
	box-sizing: border-box;
	/*text-indent: 62px;*/
}
#searchType {
	width: 50px;
	height:30px;
	position: absolute;
	top: 3px;
	left: 12px;
	border: none;
	outline: none;
}
#searchBtn {
	position: absolute;
	display: block;
	width: 17px;
	height: 17px;
	right: 10px;
	top: 10px;
	background: url("../img/svg/search.svg") no-repeat;
	cursor: pointer;
}
#postJumpBtn {
	width: 78px;
	height: 36px;
	border: 1px solid #3B6AFB;
	border-radius: 2px;
	color: #3B6AFB;
	text-align: center;
	line-height: 36px;
	background: #FFFFFF;
	box-sizing: border-box;
	margin:33px 0 0 25px;
	float: right;
	cursor: pointer;
}
/*底部样式*/
#pageFoot {
	clear: both;
	width: 100%;
	min-width: 1024px;
	background: #4a4a53;
	margin-top: 100px;
}
#pageFoot .inner {
	width: 1024px;
	margin: 0 auto;
	padding: 34px 0;
	position: relative;
}

#pageFoot .inner p {
	width: 100%;
	text-align: center;
	line-height: 36px;
	color: #9ea4af;
}

#pageFoot .inner p.link {
	font-size: 14px;
}

#pageFoot .inner p.right {
	font-size: 12px;
}

#pageFoot .inner p a,
#pageFoot .inner p span {
	margin: 0 3px;
	color: #9ea4af;
}
/*主体通用样式*/
#pageContent {
	width: 1024px;
	margin: 0 auto;
	position: relative;
	clear: both;
}

#pageContent .crumb {
	width: 1024px;
	height: 60px;
	overflow: hidden;
	line-height: 60px;
}
.crumb h1{
	display: inline;
	font-weight: 400;
	font-size: 14px;
	color: #6a6a77;
}
.crumb a {
	color: #6a6a77;
	font-size: 14px;
	background: url("/img/svg/arrow-gray.svg") no-repeat 100% 50%;
	padding-right: 10px;
}
.crumb a:last-of-type {
	background: none;
}
.mainContent {
	width: 706px;
	float: left;
}

/*列表样式*/
.mainContent .listBox {
	margin-bottom: 20px;
	background: #FFFFFF;
	box-shadow: 0 1px 2px 0 rgba(221,221,221,0.50);
}
.mainContent .listBox .header {
	height: 50px;
	border-bottom: 1px solid rgba(220,226,238,0.60);
}
.mainContent .forums .header h3,
.mainContent .listBox .header h1,
.mainContent .listBox .header h3 {
	font-size: 18px;
	line-height: 50px;
	padding-left: 20px;
	float: left;
}
.mainContent .listBox .header .more {
	color: #3B6AFB;
	font-size: 12px;
	line-height: 50px;
	float: right;
	margin-right: 20px;
	background: url("../img/svg/arrow.svg") no-repeat right center;
	background-size: 6px 10px;
	padding-right: 10px;
}

.mainContent .listBox .lists {
	padding-left: 20px;
}
.mainContent .listBox .lists>li {
	width: 100%;
	border-bottom: 1px solid rgba(220,226,238,0.60);
}
.mainContent .listBox .lists>li:last-of-type {
	border: none;
}

.listBox .lists h3:hover,
.listOne .content .info h3:hover{
	color: #3B6AFB;
}
.listOne .content,
.listMultiImg .content {
	padding: 20px 20px 20px 0;
	position: relative;
}
.content .stamp {
	position: absolute;
	right: 20px;
	width: 100px;
}
.content .stamp img {
	width: 100%;
}
/*一张图片*/
.listOne .content .artImg,
.listMultiImg .content .artImg {
	display: inline-block;
	width: 144px;
	height: 96px;
	background: #DEDEDE;
	overflow: hidden;
	position: relative;
	margin-right: 12px;
}
.listOne .content .artImg img,
.listMultiImg .content .artImg img {
	width: 144px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.listOne .content .info {
	width: 504px;
	height: 80px;
	float: right;
}
.listMultiImg .content .info {
	width: 100%;
}
.listOne .content .info h3 {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 12px;
	color: #000;
}
.listMultiImg .images {
	margin-bottom: 16px;
}
.listMultiImg .content h3 {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	margin-bottom: 12px;
	color: #000;
}
.listOne .content .info p {
	display: inline-block;
}
.listOne .content .info .detail,
.listMultiImg .content .info .detail {
	height: 22px;
	line-height: 22px;
}
.listOne .content .info .avatar,
.listMultiImg .content .info .avatar {
	width: 22px;
	height: 22px;
	border-radius: 11px;
	float: left;
}

.listOne .content .info .detail .name,
.listMultiImg .content .info .detail .name {
	font-size: 14px;
	color: #6A6A77;
	margin-left: 10px;
}
.listOne .content .info .detail .date,
.listMultiImg .content .info .detail .date {
	color: #9EA4AF;
	margin-left: 15px;
	font-size: 14px;
}
.listOne .content .info .detail .viewinfo,
.listMultiImg .content .info .detail .viewinfo {
	font-size: 12px;
	color: #6A6A77;
	float: right;
}
.listOne .content .info .detail .viewinfo .views,
.listMultiImg .content .info .detail .viewinfo .views {
	display: inline-block;
	width: 32px;
	margin-right: 20px;
	padding-left: 15px;
	background: url(../img/svg/view.svg) no-repeat 0 50%;
	background-size: 12px 12px;
	white-space: nowrap;
}
.listOne .content .info .detail .viewinfo .replies,
.listMultiImg .content .info .detail .viewinfo .replies {
	display: inline-block;
	width: 32px;
	padding-left: 15px;
	background: url(../img/svg/reply.svg) no-repeat 0 4px;
	white-space: nowrap;
}
/*视频列表样式*/
.video .content .videoImg {
	display: inline-block;
	width: 220px;
	height: 124px;
	background: #DEDEDE;
	overflow: hidden;
	position: relative;
}
.video .content .videoImg .img {
	width: 220px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.video .content .videoImg .playBtn {
	position: absolute;
	width: 40px;
	top: 42px;
	left: 90px;
}
.video .content .info {
	width: 416px;
}
.video .content .info h3 {
	width: 100%;
	height: 44px;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	font-size: 16px;
	line-height: 22px;
	margin-top: 2px;
	margin-bottom: 16px;
	color: #000;
}
.video .content .info .viewinfo .views {
	margin-right: 20px;
	padding-left: 15px;
	background: url(../img/svg/view.svg) no-repeat 0 50%;
}
.video .content .info .viewinfo .replies {
	padding-left: 15px;
	background: url(../img/svg/reply.svg) no-repeat 0 50%;
}

/*右侧通栏样式*/
.sidebar {
	width: 298px;
	float: right;
}


/*分页*/
.pages {
	margin: 0 auto;
	text-align: center;
}
.pages .pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pages .pagination > li{
	display: inline-block;
	min-width: 16px;
	height: 36px;
	border: 1px solid #DCE2EE;
	border-radius: 2px;
	background: #FFFFFF;
	text-align: center;
	line-height: 36px;
	margin-right: 8px;
	padding: 0 10px;
}
.pages .pagination > li:last-of-type {
	margin-right: 0;
}
.pages .pagination > li.active {
	background: #3B6AFB;
	border: 1px solid #DCE2EE;
	border-radius: 2px;
}
.pages .pagination > li.first,
.pages .pagination > li.last {
	width: 60px;
	padding: 0;
}
.pages .pagination > li.prev,
.pages .pagination > li.next {
	width: 36px;
	padding: 0;
}
.pages .pagination > li a{
	display: block;
	width: 100%;
	color: #9EA4AF;
	font-size: 14px;
}
.pages .pagination > li.active a {
	color: #ffffff;
}
.showAllTips {
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #9EA4AF;
	font-size: 14px;
}
.header,
.header h1,
.header h3 {
	font-weight: 600;
}
.dayHeader {
	height: 60px;
	line-height: 80px;
	border-bottom: 1px solid rgba(220,226,238,0.60);
	font-weight: 600;
	text-align: center;
}

/*标签*/
.listMultiImg .tags {
	margin-top: 16px;
}
.listOne .tags {
	margin-top: 18px;
}
.video .tags {
	margin-top: 20px;
}
.tagSingle {
	cursor: pointer;
	display: inline-block;
	float: left;
	width: auto;
	border-radius: 13px;
	margin-right: 8px;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	padding: 0 12px 0 24px;
	color: #6a6a77;
	background: #F4F7FF url("../img/tag.png") no-repeat 10px 50%;
	background-size: 12px 12px;
}
.message .tagSingle {
	height: 26px;
	border-radius: 13px;
	line-height: 26px;
}
.tagSingle:hover {
	background: #F4F7FF url("../img/tag-blue.png") no-repeat 10px 50%;
	background-size: 12px 12px;
}
.tagSingle:hover a {
	color: #3B6AFB;
}

.alertMask {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
}
.alertBox {
	position: fixed;
	width: 300px;
	border-radius: 10px;
	background: #ffffff;
	left: 362px;
	top: 300px;
	text-align: center;
	 word-break: break-word;
	line-height: 30px;
	padding: 0 20px 20px;
}
.alertBox .msg {
	color: #2D2D33;
	padding: 20px;
}
.alertBtn {
	width: 78px;
	height: 36px;
	color: #ffffff;
	text-align: center;
	line-height: 36px;
	background: #3B6AFB;
	box-sizing: border-box;
	cursor: pointer;
	margin: 0 auto;
	border-radius: 5px;
}

.detailAd {
	width: 100%;
	height: 90px;
	padding: 10px 0;
	box-sizing: border-box;
	background: #ffffff;
}
.detailAd .adInfo {
	width: 980px;
	height: 70px;
	margin: 0 auto;
}
